home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / decorating_phebes_room.swf / scripts / DefineButton2_226 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  246b  |  14 lines

  1. on(release){
  2.    if(btn_mat._currentframe < btn_mat._totalframes)
  3.    {
  4.       btn_mat.nextFrame();
  5.       btn_window.nextFrame();
  6.    }
  7.    else
  8.    {
  9.       btn_mat.gotoAndStop(1);
  10.       btn_window.gotoAndStop(1);
  11.    }
  12.    initButtons();
  13. }
  14.